home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / battlefi.swf / scripts / DefineSprite_428 / frame_3 / PlaceObject2_195_365 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2010-11-09  |  164b  |  9 lines

  1. onClipEvent(enterFrame){
  2.    this._y += 5;
  3.    if(this._y > 290)
  4.    {
  5.       this._x = random(Stage.width);
  6.       this._y = random(Stage.height) - 450;
  7.    }
  8. }
  9.